home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 47
/
Freelog047.iso
/
Bas
/
Jeu
/
Aitchu
/
Aitchu[1].swf
/
scripts
/
DefineSprite_266
/
frame_45
/
DoAction.as
Wrap
Text File
|
2003-06-10
|
129b
|
10 lines
NbRand = Math.floor(Math.random() * RAND_MEGA_SHOOT);
if(!NbRand)
{
gotoAndPlay(107);
}
else
{
gotoAndPlay(26);
}